GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-23T21:04:35.5605241+00:00",
"SubmitDate": "2026-02-23T21:04:35.5605241+00:00",
"ReportPeriodStart": "2026-02-23T21:04:35.5605241+00:00",
"ReportPeriodEnd": "2026-02-23T21:04:35.5605241+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "defce0d6-2f02-4285-96cd-738a0014b4f1",
"Rows": [
{
"ItemId": "0ecc94dc-1b7c-468d-8966-1c6415637332",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0ecc94dc-1b7c-468d-8966-1c6415637332",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "defce0d6-2f02-4285-96cd-738a0014b4f1",
"Rows": [
{
"ItemId": "0ecc94dc-1b7c-468d-8966-1c6415637332",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0ecc94dc-1b7c-468d-8966-1c6415637332",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"57a8e75e-8d1d-4d62-a5e8-9d6b86de6c9d",
"35c38e48-65b0-4658-bdd1-fb79f5c752dc"
],
"Approvers": [
"a60fd671-64ed-482b-99b6-6e06e1fd8a8c",
"12335473-1a43-44a4-889c-0463a519e700"
],
"ApprovedBy": "880ef6da-d2c0-438d-8e30-c3dcf99b8b97",
"ApprovalDate": "2026-02-23T21:04:35.5605241+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f005fc64-fe5a-4a30-a7c1-0f4dfa134be2",
"id": "efe48254-b9b3-489b-af18-44f309ee2a3d",
"ConfigId": "c4789d83-af7c-4cf2-97a3-48bcbec8b36c"
},
{
"GenerationDate": "2026-02-23T21:04:35.5605241+00:00",
"SubmitDate": "2026-02-23T21:04:35.5605241+00:00",
"ReportPeriodStart": "2026-02-23T21:04:35.5605241+00:00",
"ReportPeriodEnd": "2026-02-23T21:04:35.5605241+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "defce0d6-2f02-4285-96cd-738a0014b4f1",
"Rows": [
{
"ItemId": "0ecc94dc-1b7c-468d-8966-1c6415637332",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0ecc94dc-1b7c-468d-8966-1c6415637332",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "defce0d6-2f02-4285-96cd-738a0014b4f1",
"Rows": [
{
"ItemId": "0ecc94dc-1b7c-468d-8966-1c6415637332",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0ecc94dc-1b7c-468d-8966-1c6415637332",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"57a8e75e-8d1d-4d62-a5e8-9d6b86de6c9d",
"35c38e48-65b0-4658-bdd1-fb79f5c752dc"
],
"Approvers": [
"a60fd671-64ed-482b-99b6-6e06e1fd8a8c",
"12335473-1a43-44a4-889c-0463a519e700"
],
"ApprovedBy": "880ef6da-d2c0-438d-8e30-c3dcf99b8b97",
"ApprovalDate": "2026-02-23T21:04:35.5605241+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f005fc64-fe5a-4a30-a7c1-0f4dfa134be2",
"id": "efe48254-b9b3-489b-af18-44f309ee2a3d",
"ConfigId": "c4789d83-af7c-4cf2-97a3-48bcbec8b36c"
}
]